home *** CD-ROM | disk | FTP | other *** search
- #
- # Configuration file reference for FX Uucico 0.4 beta
- #
- # All available options are included in this sample, they show
- # default values, or typicial setting. Entries are sorted by
- # alphabetical order. Some of them are used by other Waffle
- # programs. Options not recognized by FX Uucico are not listed.
- #
- # Note : this is a full reference, not a typical case.
-
- # The actual content is not relevant to FX Uucico. It only changes the
- # default sharing behaviour. See sharing and networking.
- # channel : 6
-
- # Comm port number, this entry is mandatory
- device : 2
-
- # Specify the comm driver, FOSSIL or NATIVE. If not present, Uucico will
- # use FOSSIL if detected, NATIVE otherwise.
- driver : NATIVE
-
- # Baud rate or bps speed. Mandatory entry
- speed : 38400
-
- # Base directory of the spool tree. Mandatory entry.
- spool : F:\fx\spool
-
- # Directory for placing temporary files. Only used by the sharing module.
- # You may put it in a Ramdisk if you have enough space.
- # temporary : c:\temp
-
- # Your machine name, this is how your host is identified by your neighbours
- # It must match they 'systems' (or similar) entries. Mandatory entry.
- uucpname : gcccc
-
- # Root directory. Sets the default parent for the log and uucp subdirs.
- # Not actually used if they are explicitely configure, but still Mandatory.
- waffle : f:\fx
-
- # Fatal timeout in seconds in the 'g' and 'G' protocols. Uucico will close
- # the connection when the remote host is idle for a longer time.
- uu.alive : 90
-
- # Pause time in seconds between calls two different hosts
- uu.between : 10
-
- # Debuglevel for the 'uucico' and 'debug' logs.
- uu.debug : 3
-
- # Packet retry timeout in the 'g' and 'G' protocols. This is not a fatal
- # timeout as uu.alive. Uucico retries sending packets after uu.delay
- # seconds without remote acknowledge. This is a critical setting for
- # noisy lines. Too low will result in too much retries, too high will
- # leave the connection idle for long periods and the remote host may
- # abort.
- uu.delay : 20
-
- # Overrides 'driver' entry. Usefull for using different drivers for Waffle
- # and uucico.
- uu.driver : NATIVE
-
- # Getting one of those strings will abort script execution. Note that
- # underscores must be used instead of spaces. Setting the wQuirks option
- # off disable watching for those string in the login script.
- uu.drops : NO_CARRIER NO_DIALTONE BUSY
-
- # Maximum number of errors allowed in the 'g' protocol
- uu.errors : 200
-
- # Grade level in dialout mode. Jobs with lower priorities will be skipped.
- # The default is to transmit all jobs.
- # uu.grade : C
-
- # Timeout in seconds waiting for the initial uucp messages
- uu.handshake : 30
-
- # Locked DTE speed. Normally used on high speed 'buffering' modems with
- # a constant DTE speed, independent on the actual carrier speed. When
- # this option is specified, the normal speed configuration is not used.
- uu.locked : 38400
-
- # Number of retries for dialout calls.
- uu.retries : 99
-
- # Delay pause in seconds between two different entries of the same host
- uu.retrytime : 10
-
- # Timeout in seconds for scripts execution.
- uu.time : 30
-
- # Debuglevel for messages outputed to the screen.
- uu.visual : 3
-
- # Window size for the 'g' and 'G' protocols.
- uu.windows : 7
-
- # Save backups of old jobs in the directory 'spool\lost'. Boolean.
- # Note, backups are never made when file restart is active!
- fx.backup : yes
-
- # Directory location for all uucp config files besides STATIC.
- #fx.confDir : c:\waffle\uucp
- fx.confDir : f:\fx\uucp
-
- # Directory location to write the 'debug' log. Overrides 'fx.logdir'
- #fx.debugDir : h:\temp
- fx.debugDir : d:
-
- # Minimum free space in bytes required on the spool drive.
- # Default, do not check for free space.
- #fx.freeSpace : 500000
-
- # Packet size for the 'g' and 'G' protocols.
- #fx.gPktSize : 64
- fx.gPktSize : 1024
-
- # Number of seconds to wait for the modem to drop the carrier detect signal
- # when hanging up. Default is 0, drop DTR signal and exits immediately.
- fx.hangupTime : 0
-
- # See PERMITS. Boolean option, default is off.
- fx.joinDefPermit : no
-
- # Directory location for writing the log files.
- #fx.logDir : c:\waffle\admin
- fx.logDir : f:\fx
-
- # Maximum file size in bytes allowed in transmission. Default is 32 MegaBytes.
- fx.maxFile : 1000000
-
- # Delay (in 100ths of a second) between each byte sent to the port when
- # executing scripts. The default is 0 (no delay). This will speed script
- # execution as most systems do not need any delay. Some old modems (1200 bps)
- # may need a very short one, a value of 10 (1/10th second) is usually enough.
- # See also "echo check".
- fx.scriptPace : 10
-
- # Enables FX networking features. Default depends on the presence of
- # the 'channel' variable. On if present, off otherwise.
- fx.share : no
-
- # Number of jobs to scan and sort before selecting the next transaction.
- # The sort is done in ASCII order, low values first, this allows for jobs
- # to be sent by grade and chronological order. Normally not needed for non
- # multitasking and non-graded systems, because the jobs would be already
- # ordered. High values may affect performance.
- # Default is 0, use the first job returned by the operating system.
- fx.sortJobs : 0
-
- # Fatal timeout in seconds for the streaming protocols, ('f' and 'y').
- fx.streamTime : 30
-
- # Controls the amount of information written to the 'uulog' file.
- # 0 - uulog is never written to
- # 1 - Only denied transfers are logged
- # 2 - Same as above plus non uucp-jobs transfers
- # 3 - Same as above plus normal jobs
- # Default is 2, compatible with Waffle.
- fx.uulogLevel : 2
-
- # Catch-all for global Waffle compatibility. When 'fx.wQuirks' is
- # off, same aspects of the software differ from Waffle's behaviour.
- # They cover everything that we believe would be better to change,
- # but doing so may introduce small incompatibilities, and don't
- # have a specific configuration option. Currently it only refers to
- # the exit level, and the usage of uu.drops in login scripts.
- # Default is on, maximum Waffle compatibility.
- fx.wQuirks : no
-